
.header{
    min-height: 100vh;
    width: 100%;
    background: url("/static/cn/images/home_bg.png") no-repeat center center;
    background-size: cover;
}

.header .content{
    padding-top: 160px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-bottom: 20px;
}

.header .content .main-title{
    font-size: 54px;
    font-weight: 700;
    text-align: center;
}

.header .content .main-desc{
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
}

.header .content .typedCursor{
    color: #FF7A29;
}

.header .content .main-fu-title{
    margin-top: 30px;
}

.main-adv{
    margin-top: 40px;
    display: flex;
}

.main-adv .advitem{
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.main-adv .advitem img{
    margin-right: 10px;
}



.content .card{
    display: flex;
    margin-top: 60px;
}

.content .card .card-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    background: transparent;
}

.content .card .card-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(to right, #00CAFC, #0066FF);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.content .card .card-item:hover{
    border-radius: 10px;
    background: #092E66;
    box-shadow: 0 4px 8px  #8D9CB3;
}

/*.content .card .card-item{
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    background: transparent;
    border: 1px solid;
    border-image: linear-gradient(to right, #00CAFC, #0066FF) 1;

}*/


/*.content .card .card-item:nth-of-type(1){
    background: #FF7A29;
}

.content .card .card-item:nth-of-type(2){
    background: #FFFFFF;
    color: #092959;
}

.content .card .card-item:nth-of-type(3){
    background: #2A82E4;
}

.content .card .card-item:nth-of-type(4){
    background: #FFFFFF;
    margin-right: 0!important;
    color: #092959;
}*/

.content .card .card-item .card-right{
    margin-left: 10px;
}

.content .card .card-item .card-right span{
    font-size: 20px;
    font-weight: 700;
}

.content .card .card-item .card-right p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.top_partner{
    margin-top: 80px;

}

.top_partner .partner-title{
    display: flex;
    justify-content: center;
}

.top_partner .partner-list{
    display: flex;
    margin-top: 30px;
}

.top_partner .partner-list .partner-item{
    margin-left: 34px;
    display: flex;
    align-items: center;
}

.top_partner .partner-list .partner-item:first-child{
    margin: 0;
}

.top_partner .partner-list .partner-item span{
    font-size: 20px;
    font-weight: 700;
    margin-left: 6px;
}

.model-proxy{
    max-width: 1200px;
    margin:80px auto 0;
}

.model-proxy .proxy{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.proxy .proxy-one{
    width: 48%;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 8px  #D5EAF7;
    padding: 20px;
    box-sizing: border-box;
}

.proxy-one .proxy-type{
    display: flex;
    align-items: center;

}

.proxy-type .type-left{
    margin-left: 20px;
}

.proxy-type .type-left .proxy-name{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.proxy-one .tall{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.proxy-one .tall ul li{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.proxy-one .tall ul li img{
    width: 12px;
    margin-right: 8px;
}

.proxy-one .tall .unit{
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px  #D8E8FF;
    color: #0F3C70;
}

.proxy-one .proxyBtn{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.proxy-one .proxyBtn a{
    display: block;
    width: 46%;
}

.proxy-one .proxyBtn button{
    padding: 10px 20px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.proxy-one .proxyBtn button.purchase{
    background: #FF7A29;
    color: #ffffff;
    border:none!important;
}

.proxy-one .proxyBtn button.know{
    border: 1px solid #5693BC!important;
    color: #1A1A1A;
}

/*优势模块*/
.model-fine{
    margin: 120px auto 0;
    max-width: 1200px;
}

.public-tab .el-tabs__content{
    margin-top: 60px;
}

.tab-panel{
    display: flex;
}

 .tab-panel .tab-left{
    width: 55%;
}

.tab-panel .tab-left img{
    width: 100%;
}

.tab-panel .tab-right{
    width: 45%;
    padding-left: 60px;
}

.tab-panel .tab-right .theme{
    font-size: 24px;
    font-weight: 700;
}
.tab-panel .tab-right p{
    margin-top: 20px;
}

.tab-panel .tab-right .sub_tip{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
}

.tab-panel .tab-right  ul{
    margin-top: 20px;
}

.tab-panel .tab-right  ul li{
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.tab-panel .tab-right  ul li span{
    margin-left: 10px;
}


/*全球*/
.model-world{
    width: 100%;
    background: #042040;
    padding: 40px 0;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.model-world .big-title{
    color: #FFFFFF;
}

.model-world .small-desc{
    color: #FFFFFF;
}

.model-world .main-adv{
    margin-top: 20px;
}

.model-world .main-adv .advitem span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.model-world .world{
    margin-top: 60px;
    position: relative;
}

.model-world .world div{
    border-left: 4px solid #FF7A29;
    color: #D4E8FF;
    /*font-size: 24px;
    font-weight: 700;*/
    padding: 2px 35px 2px 15px;
    box-shadow: -15px 0 8px -8px rgba(255 255 255 /40%);
}

.model-world .world .pendant_one{
    position: absolute;
    bottom: 20%;
}

.model-world .world .pendant_two{
    position: absolute;
    bottom: 0;
}

.model-world .world div p{
    font-size: 14px;
    font-weight: 500;

}

.model-world .world div span{
    font-size: 28px;
    font-weight: 700;
}

/*合作伙伴*/
.model-partner{
    margin: 120px auto 0;
    max-width: 1200px;
    border-radius: 10px;
    background: #F5F6FA;
    padding: 40px 20px;
}

.partner-card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-card .partner-item{
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-right: 30px;
    margin-top: 30px;
    width: 14.4%;
    padding: 8px;
}

.partner-card .partner-item:nth-of-type(6){
    margin-right: 0!important;
}

.partner-card .partner-item:nth-of-type(17){
    margin-right: 0!important;
}

.partner-card .partner-item a{
    display: flex;
    align-items: center;
}

.partner-card .partner-item img{
    width: 40px;
    height: 40px;
}

.partner-card .partner-item span{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
    width: 80%;
    overflow: hidden;
}

/*代码示例*/
.model-code{
    margin: 120px auto 0;
    max-width: 1200px;
}

.model-code .code-tab{
    border-radius: 8px;
    background: #042040;
    box-shadow: 0 0 12px  #D3DCE8;
    margin-top: 60px;
}


.model-code .code-tab .el-tabs--left{
    padding: 20px;
}

.model-code .code-tab .el-tabs__header{
    border-radius: 8px;
    background: #082342;
    box-shadow: 2px 0 8px #FFFFFF;
    padding: 20px 20px 0;
}

.model-code .code-tab .el-tabs__item{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center!important;
    width: 160px;
    margin-bottom: 20px;
}

.model-code .code-tab .el-tabs__item.is-active{
    border-radius: 31px;
    background: #2A82E4;
}

.model-code .code-tab .el-tabs--left .el-tabs__nav-wrap.is-left::after{
    display: none;
}
.model-code .code-tab .el-tabs--left .el-tabs__active-bar.is-left{
    display: none;
}

.model-code .code-tab .el-tabs__content{
    height: 440px;
    overflow-y: auto;
    padding-left: 60px;
}

/*资讯内容*/
.model-article{
    margin: 120px auto 0;
    max-width: 1200px;
    border-radius: 10px;
    background: #F5F6FA;
    padding: 40px 80px;
    box-sizing: border-box;
}


.model-article .public-tab .el-tabs__nav-scroll{
    width: 36%;
}

.public-tab .el-collapse{
    border: none;
}

.public-tab .el-collapse-item{
    margin-bottom: 30px;
    box-shadow: 0 0 10px  #DAE0E0;
    border-radius: 10px;
    overflow: hidden
}

.public-tab .el-collapse-item__header{
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
}

.public-tab .el-collapse-item__wrap{
    padding: 0 20px;
}

.public-tab .el-collapse-item__content{
    font-size: 14px;
    font-weight: 400;
}

/* 新价格模块 -全方位的住宅代理解决方案 */
.model_price{
    margin: 0 auto;
    padding: 152px 0 120px;
    max-width: 1200px;
}
.model_price_title{
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-align: center;


}

.model_price_txt{
    
    margin: 18px auto 0;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    width: 730px;


}
.all_solution{
    margin-top: 48px;

    display: flex;
    justify-content: space-between;
}
.sol_left{
    

    width: 590px;
    height: 700px;
    background: #F3F8FF url(/static/cn/images/home/blue_icon.webp?v={$res_ver}) no-repeat top center;
    /* background-size: cover; */

    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
    border-radius: 15px;
    border: 3px solid #fff;
    

}
.sol_dec_wrap{ 
    padding-left: 26px;

}
.sol_left_top_icon{
    margin-top: 38px;

    width: 50px;
    height: 50px;
}
.sol_left_title{
    margin-top: 34px;
    line-height: 26px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}
.sol_left_dec{
    margin-top: 16px;
    width: 493px;
    height: 44px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #606368;
    line-height: 22px;

}
.all_solution_list{
    margin-top: 14px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 380px;
}
.list_item{
    margin-top: 16px;

    display: flex;
    align-items: center;

    width: 35%;
}
.list_item img{
    margin-right: 8px;
    width: 16px;
    width: 16px;
}
.list_item span{
    line-height: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #606368;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sol_btn{
    position: relative;
    z-index: 5;

    margin-top: 30px;
    width: 188px;
    height: 36px;
    background: #0D6EFB;
    border-radius: 30px 30px 30px 30px;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-items: center;

}
.sol_btn span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}
.all_li_right_bottom_pic{
    margin: 0 auto;
    margin-top: -10px;
    width: 584px;
    
}
.all_li_right_bottom_pic img{
    width: 100%;
}

.sol_right{
    width: 588px;
    
}

.sol_static{
    width: 588px;

    height: 330px;
    background: #FFF7F4 url(/static/cn/images/home/pink_static_icon.webp?v={$res_ver}) no-repeat top center;

    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
    border-radius: 15px;
    border: 3px solid #fff;

}
.sol_static .sol_btn{
    position: relative;
    z-index: 5;

    margin-top: 15px;
    width: 188px;
    height: 36px;
    background: #FF9066;
    border-radius: 30px 30px 30px 30px;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-items: center;

}
.sol_static .all_li_right_bottom_pic{
    margin-top: 25px;
    width: 436px;
}


.sol_unmilt{
    margin-top: 20px;
    width: 588px;

    height: 350px;
    background: #FFF5FF url(/static/cn/images/home/pink_unlim_icon.webp?v={$res_ver}) no-repeat top center;

    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
    border-radius: 15px;
    border: 3px solid #fff;
}

.sol_unmilt .sol_btn{
    position: relative;
    z-index: 5;

    margin-top: 15px;
    width: 188px;
    height: 36px;
    background: #F280F2;
    border-radius: 30px 30px 30px 30px;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-items: center;

}

.sol_unmilt .all_li_right_bottom_pic{
    margin-top: 27px;
    width: 340px;
}

/* ai模块 */
.model_ai_w{
    padding: 120px 0 95px;

    background: #FDFBFF;

}
.model_ai{
    margin: 0 auto;
    max-width: 1200px;
    
}
.model_ai_title{
    line-height: 47px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    text-align: center;
}
.model_ai_title span{
    line-height: 47px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    background: linear-gradient(90deg, #7375FF 0%, #FF3BDD 110%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

}
.model_ai_txt{
    margin-top: 18px;
    height: 19px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    color: #606368;
    text-align: center;

}
.model_ai_cont{
    display: flex;
    justify-content: space-between;

    margin-top: 25px;



}
.model_ai_cont_left{
    width: 540px;
}
.ai_cont_left_list{
    margin-top: 25px;
}
.ai_cont_l_item{
    position: relative;
    padding-bottom: 32px;
    display: flex;
}
.ai_cont_l_item img{
    z-index: 5;
    margin-right: 12px;
    width: 26px;
    height: 26px;
}
.ai_cont_l_itemtxt h3{
    line-height: 23px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1C;
    text-align: left;
    font-style: normal;
    text-transform: none;
}   
.ai_cont_l_itemtxt p{
    margin-top: 16px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #606368;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.s_line{
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 12px;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #D8D8FF 0%, #FFBEF4 100%);
    
}
.s_line2{
    background: linear-gradient(180deg, #FFBEF4 0%, #D8D8FF 100%);
}
.s_line3{
    background: linear-gradient(180deg, #D8D8FF 0%, #FFBEF4 100%);
}


.model_ai_cont_right{

    width: 670px;
    height: 480px;

}
.model_ai_cont_right img{
    width: 100%;
}


/* ai模块  end */
.model_inter_w{
    background: #FBFBFB;
    padding: 120px 0 107px;
}
.model_inter{
    margin: 0 auto;
    max-width: 1290px;
}
.model_inter_title{
    display: flex;
    justify-content: center;
}

.model_inter_title span{
    font-family: OPPO;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    

    background: linear-gradient(90deg, #3E8CFF 0%, #FF3BDD 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    

}
.model_inter_title img{
    margin-right: 4px;
    width: 30px;
    height: 30px;
}
.model_inter h2{
    margin-top: 16px;
    line-height: 47px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    text-align: center;
}
.inter_txt{
    margin-top: 18px;
    line-height: 19px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    color: #606368;
    text-align: center;
}

.model_inter_pic{
    margin-top: 37px;
    width: 1290px;
}



/* 新价格模块 -全方位的住宅代理解决方案 end*/

@media (max-width: 999px) {

    .header{
        padding-top: 0!important;
    }

    .header .content{
        padding-top: 80px;
    }

    .header .content .main-desc{
        font-size: 20px;
    }

    .top_partner .partner-title img{
        width: 100%;
    }

    .top_partner .partner-list{
        justify-content: space-evenly;
    }

    .top_partner .partner-list .partner-item{
        margin: 0;
    }

    .top_partner .partner-list .partner-item span{
        font-size: 14px;
    }

    .content .card{
        padding: 0 20px;
        flex-direction: column;
    }

    .content .card .card-item{
        margin-right: 0;
        margin-bottom: 20px;
    }


    .model-proxy .proxy{
        flex-direction: column;
    }

    .proxy .proxy-one{
        width: 100%;
    }

    .public-tab .el-tabs__nav-scroll{
        width: 90%;
    }

    .tab-panel{
        flex-direction: column;
    }

    .tab-panel .tab-left,.tab-panel .tab-right{
        width: 100%;
    }

    .partner-card{
        justify-content: space-between;
    }

    .partner-card .partner-item{
        width: 48%;
        margin-right:0;
    }

    .model-code .el-tabs--left .el-tabs__header.is-left{
        width: 28%;
        padding:20px 0;
    }

    .model-code .code-tab .el-tabs__item{
        width: unset;
    }

    .model-code .code-tab .el-tabs__content{
        padding-left: 10px;
    }

    .model-article{
        padding:20px;
    }

    .model-article .public-tab .el-tabs__nav-scroll{
        width: 90%;
    }

    .model-world .world img{
        width: 100%;
    }

    .model-world .world .pendant_one,.model-world .world .pendant_two{
        display: none;
    }

    .public-tab .el-tabs__nav-scroll{
        width: 70%!important;
    }
}

@media (max-width: 999px) and (min-width: 701px) {
    .model_price{
        padding: 30px 10px;
    }
    .model_price_txt{
        width: 100%;
    }
    .all_solution{
        flex-direction: column;
    }
    
    .sol_left, .sol_right{
        width: 100%;
        height: auto;
    }
    .sol_dec_wrap{
        padding: 10px;
    }
    .sol_left_dec{
        width: 100%;
    }
    .all_li_right_bottom_pic{
        width: 100%;
    }
    .sol_static{
        margin-top: 20px;
    }
    .sol_static , .sol_static .all_li_right_bottom_pic, .sol_unmilt{
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .model_ai_w{
        padding: 40px 0 30px;
    }

    .model_ai{
        padding: 10px;
    }
    .model_ai_cont{
        flex-direction: column;
    }
    .model_ai_cont_left{
        width: 100%;
    }
    .model_ai_cont_right{
        width: 100%;
        height: auto;
    }
    .model_inter_pic{
        width: 100%;
    }
    h2{
        font-size: 28px !important;
    }
    h3{
        font-size: 20px;
    }

}

@media (max-width: 700px) {
    .model_price{
        padding: 30px 10px;
    }
    .model_price_txt{
        width: 100%;
    }
    .all_solution{
        flex-direction: column;
    }
    
    .sol_left, .sol_right{
        width: 100%;
        height: auto;
    }
    .sol_dec_wrap{
        padding: 10px;
    }
    .sol_left_dec{
        width: 100%;
    }
    .all_li_right_bottom_pic{
        width: 100%;
    }
    .sol_static{
        margin-top: 20px;
    }
    .sol_static, .sol_static .all_li_right_bottom_pic, .sol_unmilt{
        width: 100%;
    }
    .sol_static, .sol_static .all_li_right_bottom_pic, .sol_unmilt{
        width: 100%;
        height: auto;   
        padding-bottom: 20px;
    }

    .model_ai_w{
        padding: 40px 0 30px;
    }

    .model_ai{
        padding: 10px;
    }
    .model_ai_cont{
        flex-direction: column;
    }
    .model_ai_cont_left{
        width: 100%;
    }
    .model_ai_cont_right{
        width: 100%;
        height: auto;
    }
    .model_inter_pic{
        width: 100%;
    }
    h2{
        font-size: 28px !important;
    }
    h3{
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .main-adv{
        flex-direction: column !important;
        line-height: 30px !important;
    }
    .operateBtn button{
        height: 34px !important;
        font-size: 12px !important;
        width: 110px !important;
    }
    .top_partner .partner-list{
        flex-direction: column;
        align-items: center;
        line-height: 30px;
    }
}
@media (max-width: 360px) {
    .proxy-one .tall{
        flex-direction: column;
    }
}
